iPAQGetAcAdapterPresent (ipaqutil)
Last changed: Ben Clayton-15.207.255.7

.
Summary
TODO - a short descriptionThe iPAQGetAcAdapterPresent function determines if an AC adapter is present.

C# Signature:

[DllImport("iPAQUtil.dll", SetLastError=true)]
private static extern bool iPAQGetAcAdapterPresent (ref DWORD lpdwACPresent);

User-Defined Types:

using DWORD = UInt32;

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation